home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Medal Software 5
/
Gold Medal Software - Volume 5 (Gold Medal) (1995).iso
/
music
/
esbk110.arj
/
MAKEFILE
< prev
next >
Wrap
Text File
|
1994-12-16
|
190b
|
13 lines
CFLAGS = -c /ALw /G2w /W3
LFLAGS =
reverse.dll: main.obj
link $(LFLAGS) main, reverse.dll /align:16,,/NOD libw mdllcew,reverse;
main.obj: main.c
cl $(CFLAGS) main.c